Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / FillRectangle Method / FillRectangle(RectangleF,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) Method

In This Topic
    FillRectangle(RectangleF,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub FillRectangle( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal brush As Brush, _
       Optional ByVal brushBounds As System.Nullable(Of RectangleF), _
       Optional ByVal brushTransform As System.Nullable(Of Matrix3x2) _
    ) 
    public void FillRectangle( 
       System.Drawing.RectangleF bounds,
       Brush brush,
       System.Nullable<RectangleF> brushBounds,
       System.Nullable<Matrix3x2> brushTransform
    )

    Parameters

    bounds
    brush
    brushBounds
    brushTransform
    See Also